home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gBackHighMusicVolume, gBackLowMusicVolume, gFadeSteps, gOnIBM
- puppetSound("Synth.aif")
- if gOnIBM then
- set gBackHighMusicVolume to 260
- set gBackLowMusicVolume to 140
- set gFadeSteps to 12
- else
- set gBackHighMusicVolume to 230
- set gBackLowMusicVolume to 90
- set gFadeSteps to 14
- end if
- set the volume of sound 1 to gBackLowMusicVolume
- updateStage()
- end
-